home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / BLP Elite < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  10.9 KB  |  347 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.1"
  11. *PCFileName: "GCBLPEL1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(BLP Elite)"
  14. *PSVersion: "(52.3) 1"
  15. *NickName: "GCC BLP Elite v52.3"
  16. *ModelName: "GCC BLP Elite"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "450446"
  20. *ColorDevice: False
  21. *DefaultColorSpace: Gray
  22. *VariablePaperSize: False
  23. *FileSystem: False
  24. *Throughput: "4"
  25. *Password: "0"
  26. *ExitServer: "
  27.   count 0 eq {  % is the password on the stack?
  28.     true 
  29.   }{
  30.     dup    % potential password
  31.     statusdict /checkpassword get exec not 
  32.   } ifelse 
  33.   {  %  if no password or not valid 
  34.     (WARNING : Cannot perform the exitserver command.) = 
  35.     (Password supplied is not valid.) = 
  36.     (Please contact the author of this software.) = flush
  37.     quit 
  38.   } if 
  39.   serverdict /exitserver get exec
  40. "
  41. *End
  42. *Reset: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict /checkpassword get exec not 
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot reset printer.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit 
  54.   } if 
  55.   serverdict /exitserver get exec
  56.   systemdict /quit get exec
  57.   (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *DefaultResolution: 300dpi
  62. *?Resolution: "
  63. save
  64.   initgraphics
  65.   0 0 moveto currentpoint matrix defaultmatrix transform
  66.   0 72 lineto currentpoint matrix defaultmatrix transform
  67.   3 -1 roll sub dup mul
  68.   3 1 roll exch sub dup mul
  69.   add sqrt round cvi
  70.   (          ) cvs print (dpi) = flush
  71. restore
  72. "
  73. *End
  74.  
  75. *% Halftone Information ===============
  76. *ScreenFreq: "60.0"
  77. *ScreenAngle: "45.0"
  78. *DefaultScreenProc: Dot
  79. *ScreenProc Dot: "
  80. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  81. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  82. "
  83. *End
  84. *ScreenProc Line: "{ pop }"
  85. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  86.  
  87. *DefaultTransfer: Null
  88. *Transfer Null: "{ }"
  89. *Transfer Null.Inverse: "{ 1 exch sub }"
  90.  
  91. *% Paper Handling ===================
  92.  
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion or PaperTray.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "statusdict /lettertray get exec"
  99. *PageSize Legal: "statusdict /legaltray get exec"
  100. *PageSize Executive: "statusdict /executivetray get exec"
  101. *PageSize A4: "statusdict /a4tray get exec"
  102. *PageSize A5: "statusdict /a5tray get exec"
  103. *PageSize B5: "statusdict /b5tray get exec"
  104. *PageSize Comm10: "statusdict /com10tray get exec"
  105. *PageSize DL: "statusdict /dltray get exec"
  106. *PageSize Monarch: "statusdict /monarchtray get exec"
  107. *PageSize C5: "statusdict /c5tray get exec"
  108. *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
  109. *PageSize LegalSmall: "statusdict /legaltray get exec legalsmall"
  110. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  111. *?PageSize: "
  112.   save
  113.   13 dict
  114.    dup /letter (Letter) put
  115.    dup /executivepage (Executive) put
  116.    dup /legal (Legal) put
  117.    dup /c5 (C5) put
  118.    dup /monarch (Monarch) put
  119.    dup /a4 (A4) put
  120.    dup /dl (DL) put
  121.    dup /a5 (A5) put
  122.    dup /com10 (Comm10) put
  123.    dup /b5 (B5) put
  124.    dup /a4small (A4Small) put
  125.    dup /lettersmall (LetterSmall) put
  126.    dup /legalsmall (LegalSmall) put
  127.    statusdict /papersize get exec {
  128.      {load exec} stopped not{= flush}if
  129.    }{
  130.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  131.    }ifelse
  132.  restore
  133. "
  134. *End
  135. *CloseUI: *PageSize
  136.  
  137. *% These entries will set up the frame buffer. Usually used with manual feed.
  138. *OpenUI *PageRegion: PickOne
  139. *OrderDependency: 40 AnySetup *PageRegion
  140. *DefaultPageRegion: Letter
  141. *PageRegion Letter: "letter"
  142. *PageRegion Legal: "legal"
  143. *PageRegion A4: "a4"
  144. *PageRegion A5: "a5"
  145. *PageRegion B5: "b5"
  146. *PageRegion LetterSmall: "lettersmall"
  147. *PageRegion A4Small: "a4small"
  148. *PageRegion LegalSmall: "legalsmall"
  149. *PageRegion Comm10: "com10"
  150. *PageRegion DL: "dl"
  151. *PageRegion Monarch: "monarch"
  152. *PageRegion C5: "c5"
  153. *PageRegion Executive: "executivepage"
  154. *CloseUI: *PageRegion
  155.  
  156. *% The following entries provide information about specific paper keywords.
  157. *DefaultImageableArea: Letter
  158. *ImageableArea Letter: "1 1 611 779 "
  159. *ImageableArea Legal: "1 1 611 995 "
  160. *ImageableArea A4: "0 1 594 828 "
  161. *ImageableArea A5: "2 1 419 582 "
  162. *ImageableArea B5: "1 1 515 715 "
  163. *ImageableArea LetterSmall: "30 31 582 761 "
  164. *ImageableArea LegalSmall: "30 31 582 976"
  165. *ImageableArea A4Small: "29 31 566 811 "
  166. *ImageableArea Comm10: "1 1 296 671"
  167. *ImageableArea DL: "1 1 311 610"
  168. *ImageableArea Monarch: "2 1 277 527"
  169. *ImageableArea C5: "2 1 457 636"
  170. *ImageableArea Executive: "2 1 520 743"
  171. *?ImageableArea: "
  172. save
  173.   /cvp {(                ) cvs print ( ) print } bind def
  174.   /upperright {10000 mul floor 10000 div} bind def
  175.   /lowerleft {10000 mul ceiling 10000 div} bind def
  176.   newpath clippath pathbbox
  177.   4 -2 roll exch 2 {lowerleft cvp} repeat
  178.   exch 2 {upperright cvp} repeat flush
  179.  restore
  180. "
  181. *End
  182.  
  183. *% These provide the physical dimensions of the paper (by keyword)
  184. *DefaultPaperDimension: Letter
  185. *PaperDimension Letter: "612 792"
  186. *PaperDimension Legal: "612 1008"
  187. *PaperDimension A4: "595 842"
  188. *PaperDimension A5: "420 595"
  189. *PaperDimension B5: "516 729"
  190. *PaperDimension LetterSmall: "612 792"
  191. *PaperDimension LegalSmall: "612 1008"
  192. *PaperDimension A4Small: "595 842"
  193. *PaperDimension Comm10: "297 684"
  194. *PaperDimension DL: "312 623"
  195. *PaperDimension Monarch: "278 540"
  196. *PaperDimension C5: "458 649"
  197. *PaperDimension Executive: "521 756"
  198.  
  199. *DefaultOutputBin: Upper
  200. *DefaultOutputOrder: Normal
  201.  
  202. *RequiresPageRegion All: True
  203. *OpenUI *InputSlot: PickOne
  204. *OrderDependency: 20 AnySetup *InputSlot
  205. *DefaultInputSlot: Cassette
  206. *InputSlot Cassette: ""
  207. *CloseUI: *InputSlot
  208.  
  209. *OpenUI *ManualFeed: Boolean
  210. *OrderDependency: 20 AnySetup *ManualFeed
  211. *DefaultManualFeed: False
  212. *?ManualFeed: "save
  213.   statusdict /manualfeed get
  214.   {(True)}{(False)}ifelse = flush
  215.   restore"
  216. *End
  217. *ManualFeed True: "statusdict /manualfeed true put"
  218. *ManualFeed False: "statusdict /manualfeed false put"
  219. *CloseUI: *ManualFeed
  220.  
  221. *% Font Information =====================
  222. *DefaultFont: Courier
  223. *Font Courier: Standard "(002.002)" Standard ROM
  224. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  225. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  226. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  227. *Font Helvetica: Standard "(001.006)" Standard ROM
  228. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  229. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  230. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  231. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  232. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  233. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  234. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  235. *Font Symbol: Special "(001.003)" Standard ROM
  236. *Font Times-Bold: Standard "(001.007)" Standard ROM
  237. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  238. *Font Times-Italic: Standard "(001.007)" Standard ROM
  239. *Font Times-Roman: Standard "(001.007)" Standard ROM
  240. *?FontQuery: "
  241. save
  242.  /str 100 string dup 0 (fonts/) putinterval def
  243.  {
  244.    count 1 gt
  245.    {
  246.      exch dup str 6 94 getinterval cvs
  247.      (/) print print (:) print
  248.      FontDirectory exch known
  249.      {(Yes)}{(No)} ifelse =
  250.    }
  251.    {exit} ifelse
  252.  }bind loop
  253.  (*) = flush
  254. restore
  255. "
  256. *End
  257.  
  258. *?FontList: "
  259. save
  260.   FontDirectory { pop == } bind forall flush
  261.   (*) = flush
  262. restore
  263. "
  264. *End
  265.  
  266. *% Printer Messages (verbatim from printer):
  267. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  268. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  269. *Message: "\FontName\ not found, using Courier"
  270.  
  271. *% Status (format: %%[ status: <one of these> ]%% )
  272. *Status: "idle"
  273. *Status: "busy"
  274. *Status: "waiting"
  275. *Status: "printing"
  276. *Status: "warming up"
  277. *Status: "PrinterError: timeout, clearing printer"
  278. *Status: "PrinterError: WARMING UP"
  279. *Status: "PrinterError: COVER OPEN"
  280. *Status: "PrinterError: service call"
  281. *Status: "PrinterError: PAPER FEED JAM1"
  282. *Status: "PrinterError: PAPER FEED JAM2"
  283. *Status: "PrinterError: no toner cartridge"
  284. *Status: "PrinterError: PAPER JAM1"
  285. *Status: "PrinterError: PAPER JAM2"
  286.  
  287. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  288. *Source: "serial9"
  289. *Source: "serial25"
  290. *Source: "AppleTalk"
  291.  
  292. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  293. *PrinterError: "timeout, clearing printer"
  294. *PrinterError: "WARMING UP"
  295. *PrinterError: "COVER OPEN"
  296. *PrinterError: "service call"
  297. *PrinterError: "PAPER FEED JAM1"
  298. *PrinterError: "PAPER FEED JAM2"
  299. *PrinterError: "no toner cartridge"
  300. *PrinterError: "PAPER JAM1"
  301. *PrinterError: "PAPER JAM2"
  302.  
  303. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  304.  
  305. *% Color Separation Information =====================
  306.  
  307. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  308.  
  309. *InkName: ProcessBlack/Process Black
  310. *InkName: CustomColor/Custom Color
  311. *InkName: ProcessCyan/Process Cyan
  312. *InkName: ProcessMagenta/Process Magenta
  313. *InkName: ProcessYellow/Process Yellow
  314.  
  315. *%  For 60 lpi / 300 dpi  ===============================
  316.  
  317. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  318. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  319. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  320. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  321. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  322.  
  323. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328.  
  329. *%  For 53 lpi / 300 dpi  ===============================
  330.  
  331. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  332. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  333. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  334. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  335. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  336.  
  337. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  338. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  339. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  340. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  341. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  342.  
  343. *% Last Edit Date: Jun 1 1992
  344. *% The byte count of this file should be exactly 011184 or 011530
  345. *% depending on the filesystem it resides in.
  346. *% end of PPD file for BLP Elite
  347.